From: Jeroen van der Heijden Date: Thu, 17 Feb 2022 14:46:26 +0000 (+0100) Subject: Update README.md X-Git-Tag: archive/raspbian/2.0.48-1+rpi1^2~6^2^2~11^2~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=c558ea8248905e80ae337f632dfb75fe3632ba70;p=siridb-server.git Update README.md --- diff --git a/README.md b/README.md index 6d2ee985..d50c4c33 100644 --- a/README.md +++ b/README.md @@ -105,11 +105,8 @@ docker run \ ``` #### Configuration -SiriDB requires a configuration file to run. By default SiriDB will search for the configuration file in `/etc/siridb/siridb.conf` but alternatively you can specify a custom path by using the `-c/--config` argument. +SiriDB accepts a configuration file or environment variable as configuration. By default SiriDB will search for the configuration file in `/etc/siridb/siridb.conf` but alternatively you can specify a custom path by using the `-c/--config` argument or use environment variable. -``` -$ siridb-server -c /my/path/siridb.conf -``` An example configuration file can be found here: [https://github.com/SiriDB/siridb-server/blob/master/siridb.conf](https://github.com/SiriDB/siridb-server/blob/master/siridb.conf)